home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / unapplied / ppm < prev    next >
Text File  |  1994-08-17  |  3KB  |  67 lines

  1. From theseas!Princeton.EDU!cek Wed, 17 Aug 94 23:48:39 EET
  2. Received: by kriton.UUCP (V1.17-beta/Amiga)
  3.       id <045o@kriton.UUCP>; Wed, 17 Aug 94 23:48:39 EET
  4. Received: by theseas.ntua.gr with UUCP; Thu, 11 Aug 1994 23:31:07 +0300
  5. Received: from nemesis.ics.forth.gr (nemesis.csi.forth.gr) by pythia.forthnet.gr via FORTHnet with SMTP;
  6.     id AA03147 (5.65c/FORTH-ICS-3.0-MHS-7.0); Thu, 11 Aug 1994 22:53:00 +0300
  7. Received: from eunet.EU.net by nemesis.ics.forth.gr via FORTHnet with SMTP;
  8.     id AA04960 (5.65c/ICS-1.1); Thu, 11 Aug 1994 22:44:03 +0300 (EET DST)
  9. Received: (uunet@localhost) by eunet.EU.net (8.6.8/8.6.4) with UUCP id VAA09205 for ariadne!theseas!kriton!kyrimis; Thu, 11 Aug 1994 21:48:30 +0200
  10. Received: from Princeton.EDU by relay1.UU.NET with SMTP 
  11.     id QQxcnl00362; Thu, 11 Aug 1994 15:28:51 -0400
  12. Received: from fs.Princeton.EDU by Princeton.EDU (5.65b/2.111/princeton)
  13.     id AA27847; Thu, 11 Aug 94 15:28:37 -0400
  14. Received: by cs.Princeton.EDU (4.1/1.105)
  15.     id AA04809; Thu, 11 Aug 94 15:28:36 EDT
  16. Received: from carshp.carsinfo.com by cs.Princeton.EDU (4.1/1.105)
  17.     id AA04751; Thu, 11 Aug 94 15:28:20 EDT
  18. Received: by carshp.carsinfo.com
  19.     (1.38.193.5/15.6) id AA20552; Thu, 11 Aug 1994 15:28:27 -0400
  20. Organization: Institute of Computer Science, 
  21.     Foundation for Research and Technology-Hellas (FORTH)
  22.      Science and Technology Park
  23.      P.O.Box 1385, GR 711 10 Heraklion, Crete, Greece        
  24.      tel.: +30 (81) 39 16 00,  fax: +30 (81) 39 16 01
  25. Message-Id: <9408111928.AA04751@cs.Princeton.EDU>
  26. Date: Thu, 11 Aug 1994 15:28:27 -0500 (EDT)
  27. Original-Cc: rayshade-users@cs.Princeton.EDU
  28. In-Reply-To: <Pine.3.89.9408111021.A11869-0100000@barrym> from "Barry Moyer" at Aug 11, 94 10:33:44 am
  29. X-Mailer: ELM [version 2.4 PL21]
  30. Content-Type: text
  31. Content-Length: 927
  32. Errors-To: rayshade-users-request@cs.Princeton.EDU
  33. Remailed-Date: Thu Aug 11 15:28:25 EDT 1994
  34. From: "Eric E. Bardes" <eric@carsinfo.com>
  35. To: barrym@sa-cgy.valmet.com (Barry Moyer)
  36. Subject: Re: Rayshade output format
  37.  
  38. > I am using Rayshade v4.0.7 on an Alpha OSF/1 v2.0 system that was 
  39. > installed *WITHOUT* the Utah Raster Toolkit.  I would like to know 
  40. > what I can use to view the resulting pictures.  
  41.  
  42. I've made a one-line patch to the file picture.c in libshade that 
  43. modifies the output to the PPM format that "xv" can read.  
  44.  
  45. File: picture.c
  46. 321c321
  47. <     fprintf(Options.pictfile,"P6\n%d %d\n255\n",Screen.xsize, Screen.ysize);
  48. ---
  49. >     fprintf(Options.pictfile,"%d %d\n",Screen.xsize, Screen.ysize);
  50.  
  51. I also modified image.c in libray/libimage to read the same format.  I 
  52. personally think that this format would be useful enough for begining 
  53. rayshade users that it should be the default format for non-URT builds.  
  54.  
  55. -- 
  56. http://www.carsinfo.com/~eric/
  57. Take Care --             ,,,
  58. Eric                    (o o)
  59. --------------------oOOo-(_)-oOOo---------------------------------------
  60. Osborn's Law:
  61.   Variables won't; constants aren't.
  62.  
  63. ----------
  64. Administrivia: rayshade-users-request@cs.princeton.edu
  65. Mailing list: rayshade-users@cs.princeton.edu
  66.  
  67.